home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / PowerFantasm™ 4.19a / PowerFantasm™ / PowerFantasm Documentation / PF User Manual 4 unreg.srd / PF User Manual 4 unreg.srd.rsrc / PICT_80.png < prev    next >
Portable Network Graphic  |  1997-05-21  |  59KB  |  816x1056  |  16-bit (476 colors)
Labels: bulletin board | chat room | sky | window
OCR: fred: rbch 19971 PowerFantasmTM Use Manual Rev 7 Roge Reserves halfword in the BSS section called fred. If the recommendedstart _up macro pesn at the start of your program, theffred can be accessed with an instruction similar to r11,fred(r30) r11 will now be pointing to fred. In reality its more readable to use a register equatequ) and equate r30 to you can access BSS data as r11,fred(bss) The rs counter counts upwards incrementing by the size of the definition The rs.d directive is a great WrY of defining space for rectangles asrs.d reserves 8 bytes. Data in the code section? This can be achieved by temporarily switching to the 68k assembler: fred: toc routine *The data label proc 68k dc.h "test data" de.h dc. dc.h *padding as we are in the code section! proc ppc If you need to reference ...